home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_382 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  118 b   |  8 lines

  1. on(press){
  2.    if(_root.menu == "out")
  3.    {
  4.       _root.idiot.gotoAndPlay("hide");
  5.    }
  6.    _root.prevFrame();
  7. }
  8.